put "You are in the entryway to the bunker where the guards sleep."& " Someone is supposed to be guarding the entrance, but fortunately"& " nobody is there at the moment." into field "info"
global position
put "bunker" into position
global boozhide
if boozhide is "yes" then
show card field "boozhide"
else hide card field "boozhide"
pass opencard
end opencard
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=256 top=127 right=198 bottom=292
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: closed door
----- HyperTalk script -----
on mouseUp
global objectname
put "door" into objectname
visual effect zoom open
go to card "closed hallway door"
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=330 top=181 right=240 bottom=408
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: desk
----- HyperTalk script -----
on mouseUp
global objectname
put "desk" into objectname
visual effect zoom open
go to card "desk"
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=302 top=201 right=213 bottom=331
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: booze
----- HyperTalk script -----
on mouseUp
global objectname
put "booze" into objectname
visual effect zoom open
go to card "booze"
end mouseUp
-- part 4 (field)
-- low flags: 81
-- high flags: 0001
-- rect: left=300 top=199 right=214 bottom=332
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: boozhide
-- part contents for background part 18
----- text -----
Bunker
-- part contents for background part 6
----- text -----
You are in the entryway to the bunker where the guards sleep. Someone is supposed to be guarding the entrance, but fortunately nobody is there at the moment.